home *** CD-ROM | disk | FTP | other *** search
- Short: MUI List clone with horiz scroll and much more...
- Author: masson@iut-soph.unice.fr (Gilles Masson)
- Uploader: masson@iut-soph.unice.fr (Gilles Masson)
- Type: dev/mui
- Requires: MUI 3.6+ , OS 2.x (V37+).
- Version: 0.82
-
- (04.05.98)
-
- This is a MUI List/Listview/Floattext clone, named
- NList.mcc/NListview.mcc/NFloattext.mcc, which is a public
- mcc class for MUI.
-
- Actually the horizontal scrolling is fully supported, there are
- smooth scrolling, word wrap support, built-in copy to clipboard,
- classic char selection possibility, drag and drop and many other
- features. The user can change the column width with mouse and
- column titles can act as buttons.
-
- There is a pref class NListviews.mcp with it, which permit the
- user to choose all default backgrounds, pens and fonts, scrollbars
- mode, drag and drop mode and qualifier, multiselect mode and some
- others.
-
-
- Include is now a Floattext.mui replacement which use NFloattext.mcc,
- permitting copy to clipboard and key moving.
-
-
- Changes since NList 0.80 (13.04.98)
- ***********************************
-
- * NList.mcc 19.88 04.05.98
- - fixed There still were a problem with MUIA_NList_AdjustHeight, should be ok now.
- - fixed Now the changed mouse pointer are hires on V39+, no need any more to use a
- hires pointer patch for NList when using AGA or CGFX... :)
- - fixed Sorted Inserts are now faster. Anyway if you have 1000 sorted entries to
- insert it is faster to insert them normally and do a sort after.
- - fixed An enforcer hit happened when clicking on NFloattext object border.
- - added MUIA_NList_MultiClickAlone which is notified only for the final multiclick
- number, so if there are 3 clicks there will be only one multiclickalone
- notified, a little (max time between 2 clicks) after the 3rd one.
- - fixed There were some strange input problem since last release because of
- changed made for tablet, but the fix made an other bug, so actually i
- came back to the old code. I will re-make a big part of the eventhandler
- later to fix both.
-
- * NList.mcc 19.87 29.04.98
- - fixed In some cases the image objects shown in NList entries appeared disabled !
- - fixed Selecting entries before the window containing the nlist object is open
- didn't worked.
- - fixed MUIA_NList_AdjustWidth and MUIA_NList_AdjustHeight didn't worked as expected.
- - added MUIA_NList_Columns now work.
-
-